home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / gencodec / gcclib / muimaster.h < prev   
C/C++ Source or Header  |  1999-01-01  |  376b  |  19 lines

  1. #ifndef PROTO_MUIMASTER_H
  2. #define PROTO_MUIMASTER_H
  3.  
  4. #ifndef LIBRARIES_MUI_H
  5. #include <libraries/mui.h>
  6. #endif /* !LIBRARIES_MUI_H */
  7.  
  8. #include <clib/muimaster_protos.h>
  9.  
  10. #ifndef __NOLIBBASE__
  11. extern struct Library *
  12. #ifdef __CONSTLIBBASEDECL__
  13. __CONSTLIBBASEDECL__
  14. #endif /* __CONSTLIBBASEDECL__ */
  15. MUIMasterBase;
  16. #endif /* !__NOLIBBASE__ */
  17.  
  18. #endif /* !PROTO_MUIMASTER_H */
  19.